home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / noveldos.700 / autoexec.bat < prev    next >
DOS Batch File  |  1994-01-26  |  177b  |  9 lines

  1. @ECHO OFF
  2. if exist INSTALL.EXE goto install
  3. :no_install
  4. ECHO Insert the UTILITIES 1 disk in drive A:
  5. pause
  6. if not exist INSTALL.EXE goto no_install
  7. :install
  8. INSTALL.EXE
  9.